Sorry, Can not continue... No userid provided."; } else { $sql = "select login,name,email,info from user where uid = $uid"; $res = mysql_query($sql); if (!$res) { $fatal = 1; print "

Sorry, internal search error.

"; } if (($fatal == 0) && (mysql_num_rows($res) != 1)) { $fatal = 1; print "

Sorry, no user information found.

"; } } if ($fatal == 0) { ?>
Information about user
Name
Email
Comments